home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-07 | 310 b | 11 lines | [TEXT/ToyS] |
- --
- -- This example script uses the MacPPP Control addition to open the PPP link.
- -- Running this script is identical to opening the MacPPP control panel and
- -- pressing the Open button.
- --
-
- if not (PPPopened) then
- openPPP
- else
- display dialog "MacPPP is already open" buttons {"OK"} default button "OK"
- end if